home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / ltarv3.zip / XD.DOC < prev    next >
Text File  |  1992-01-28  |  536b  |  23 lines

  1. Program :
  2.     XD
  3.  
  4. Usage :
  5.     XD directory\
  6.     directory\ := the target directory you specified to delete.
  7.     /* the separator of directory `\' could not be omitted
  8.     */
  9.  
  10. Description :
  11.  
  12.     It is a convenient utility to delete all files in a subdirectory
  13.     It may be very dangerous and I have been suppressed all warning
  14.     information (because I put this file into my batch file.)
  15.  
  16. Examples:
  17.  
  18.     (1):-    XD c:\temp\
  19.       remove all files in c:\temp\ including RMDIRing c:\temp.
  20.  
  21.     (2):-    XD f:\
  22.       crazy deletion! remove all files in f:.
  23.